> ## Documentation Index
> Fetch the complete documentation index at: https://sequence-0fb8d9e6-api_docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Unreal v1 Quickstart

> Quickstart Documentation for Sequence's Unreal SDK.

<Steps>
  <Step title="Install the Unreal SDK">
    Download and install the latest version of Sequence's Unreal SDK from [GitHub](https://github.com/0xsequence/sequence-unreal/releases), or start a new project from scratch
    by downloading our [Unreal Project Boilerplate](https://github.com/0xsequence/unreal-embedded-wallet-boilerplate).
  </Step>

  <Step title="Configure the SDK">
    Sign in and create a project on [Sequence Builder](https://sequence.build).

    Get your `Project Access Key` and `WaaS Configuration Key` from `Onboard > Embedded Wallet`,
    and add them to your [Project's Sequence Config File](/sdk/unreal/v1/configuration).
  </Step>

  <Step title="Integrate E-Mail Login">
    Start by establishing a wallet session using an email OTP. Execute the `Start Email Login Async` node to send a
    one-time password to the specified email address. Then, use the `Confirm Email Login with Code Async` node with the
    received password to complete the login.

    Once you’ve your first features integrated, you can continue with [additional login providers](/sdk/unreal/v1/authentication)
    such as Google, Apple, or PlayFab.

    <Frame caption="Email Otp">
      <img src="https://mintcdn.com/sequence-0fb8d9e6-api_docs/uFPNPaUQoWqBdCiH/images/unreal/v1/email_otp.png?fit=max&auto=format&n=uFPNPaUQoWqBdCiH&q=85&s=7625a210a157bd54823c208510cf264e" width="1131" height="400" data-path="images/unreal/v1/email_otp.png" />
    </Frame>
  </Step>

  <Step title="Test Sequence's Features">
    Sequence's Unreal SDK includes a variety of Blueprints to help you quickly start your game.
    Once everything is configured, you can create widgets to display an Inventory, Wallet View, or In-Game Store.
    Checkout [how to integrate a Wallet View](/sdk/unreal/v1/bootstrap_game#my-wallet-view) using just three Blueprint nodes to view and send funds.

    <Frame caption="Feature Wallet Demo">
      <img src="https://mintcdn.com/sequence-0fb8d9e6-api_docs/uFPNPaUQoWqBdCiH/images/unreal/v1/feature_wallet_demo.gif?s=43f33f15aa6e62f9565d97db3530818a" width="600" height="338" data-path="images/unreal/v1/feature_wallet_demo.gif" />
    </Frame>
  </Step>
</Steps>
